I get the following error while trying to run the .sql patch, Please advise:

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'true', 'false'),'), (NULL, 'Uploaded date', 'LPS_UPLOADED_DATE', '', 'Date and t' at line 1
in:
[INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Live FTP Username', 'LPS_USERNAME', 'ftp_username', 'Enter your LPS FTP username', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Live FTP Password', 'LPS_PASSWORD', 'ftp_password', 'Enter your LPS FTP password', @configuration_group_id, 2, NOW(), NULL, NULL), (NULL, 'LPS Server', 'LPS_SERVER', 'ftp.productupload.live.com ', 'Enter Live Product Search server
default: ftp.productupload.live.com', @configuration_group_id, 3, NOW(), NULL, NULL), (NULL, 'Default Currency', 'LPS_CURRENCY', 'USD', 'Only USD currently supported', @configuration_group_id, 5, NOW(), NULL, 'zen_cfg_pull_down_currencies('), (NULL, 'Output File Name', 'LPS_OUTPUT_FILENAME', 'lps.xml', 'Set the name of your Live output file', @configuration_group_id, 19, NOW(), NULL, NULL), (NULL, 'Compress Feed File', 'LPS_COMPRESS', 'false', 'Compress Live Product Search file?', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Uploaded date', 'LPS_UPLOADED_DATE', '', 'Date and time of the last upload', @configuration_group_id, 21, NOW(), NULL, NULL), (NULL, 'Output Directory', 'LPS_DIRECTORY', 'feed/', 'Set the name of your feeds output directory', @configuration_group_id, 20, NOW(), NULL, NULL), (NULL, 'Use cPath in url', 'LPS_USE_CPATH', 'false', 'Use cPath in product info url', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Max products', 'LPS_MAX_PRODUCTS', '0', 'Default = 0 for infinite # of products', @configuration_group_id, 24, NOW(), NULL, NULL), (NULL, 'Included Categories', 'LPS_POS_CATEGORIES', '', 'Enter category names separated by commas
(i.e. computers,software,televisions)
Leave blank to allow all categories', @configuration_group_id, 30, NOW(), NULL, NULL), (NULL, 'Excluded Categories', 'LPS_NEG_CATEGORIES', '', 'Enter category names separated by commas
(i.e. computers,software,televisions)
Leave blank to deactivate', @configuration_group_id, 30, NOW(), NULL, NULL), (NULL, 'UPC', 'LPS_UPC', 'false', 'Include products UPC?', @configuration_group_id, 32, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'ISBN', 'LPS_ISBN', 'false', 'Include products ISBN?', @configuration_group_id, 32, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.