To everyone that gets this message when installing quick updates (or any other mod that requires you to add sql to the datase):
ERROR: Cannot insert configuration_key "" because it already exists
First install this sql (using the "Install SQL Patches" tool):
Code:
DELETE FROM configuration WHERE configuration_key = "";
And then try to install the quick updates sql again. Let us know if it helps.