If so, I assume you are on 2.9.6?

Overwrite 3.sql with this
PHP Code:
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title
'Simple SEO URL';

INSERT INTO configuration (configuration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES
('Set Link Alias Status''SSU_LINK_ALIAS''false''Link alias allows you to replace any specific link by another link. After setting this to true, you can go to Admin->Extras->Simple SEO URL Manager and set link aliases', @t41NOW(), NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),');