OK I found out the problem with the #1064 error, there's an extra comma here: (extra comma in red)
INSERT INTO zen_configuration (configuration_id, configuration_title, , configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Condition', 'GOOGLE_FROOGLE_CONDITION', 'new', 'Choose your Product\'s Condition', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array(\'new\', \'used\', \'refurbished\'),');
That fixes that problem. Unfortunately, it's now giving the error (for me at least):
#1136 - Column count doesn't match value count at row 1