There is an issue with the SQL relating to the task tables in file 1_task_system.sql in the SVN, just execute this command in the MySQL command prompt, or whatever tool you use, and the errors should go away:
Code:
delete from activities where taskid < 12;