Hey!

I have some trouble installing the SQL Patch.
When I try to update my DB, I always get the following error:

Code:
SQL-Befehl:

INSERT INTO `configuration_group`
VALUES (
NULL , 'CAPTCHA Validation', 'Anti-Robot Registration/Verification', @sortorder +1, 1
);

MySQL meldet:
#1136 - Column count doesn't match value count at row 1
I'm using PHP 5.3 and MySQL 5.0.51a.
Of course I already tried to copy & paste the whole SQL stuff.
Would be great, if someone could help me with this!