Error in file: "/var/www/vhosts/rthshop.nl/httpdocs/app/code/local/Amasty/Checkoutfees/sql/amcheckoutfees_setup/mysql4-install-1.0.0.php" - SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'amasty_checkoutfees_fees' already exists, query was: CREATE TABLE `amasty_checkoutfees_fees` (
  `fees_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Fee Id' ,
  `enabled` smallint UNSIGNED NOT NULL COMMENT 'Enabled' ,
  `input` int UNSIGNED NOT NULL COMMENT 'Input type' ,
  `position_cart` int UNSIGNED NOT NULL COMMENT 'Input type' ,
  `position_checkout` int UNSIGNED NOT NULL COMMENT 'Input type' ,
  `sort` int UNSIGNED NOT NULL COMMENT 'Sort' ,
  `name` varchar(255) NULL COMMENT 'Name' ,
  `title` text NOT NULL COMMENT 'Title' ,
  `conditions_serialized` text NOT NULL COMMENT 'Conditions_serialized' ,
  `actions_serialized` text NOT NULL COMMENT 'Actions_serialized' ,
  `description` text NULL COMMENT 'Description' ,
  `stores` text NULL COMMENT 'Stores' ,
  `cust_groups` text NULL COMMENT 'Customer Groups' ,
  PRIMARY KEY (`fees_id`),
  INDEX `enabled` (`enabled`),
  INDEX `sort` (`sort`)
) COMMENT='Amasty Fees Table' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci

#0 /var/www/vhosts/rthshop.nl/httpdocs/app/code/core/Mage/Core/Model/Resource/Setup.php(644): Mage::exception('Mage_Core', 'Error in file: ...')
#1 /var/www/vhosts/rthshop.nl/httpdocs/app/code/core/Mage/Core/Model/Resource/Setup.php(421): Mage_Core_Model_Resource_Setup->_modifyResourceDb('install', '', '1.3.8')
#2 /var/www/vhosts/rthshop.nl/httpdocs/app/code/core/Mage/Core/Model/Resource/Setup.php(327): Mage_Core_Model_Resource_Setup->_installResourceDb('1.3.8')
#3 /var/www/vhosts/rthshop.nl/httpdocs/app/code/core/Mage/Core/Model/Resource/Setup.php(235): Mage_Core_Model_Resource_Setup->applyUpdates()
#4 /var/www/vhosts/rthshop.nl/httpdocs/app/code/core/Mage/Core/Model/App.php(428): Mage_Core_Model_Resource_Setup::applyAllUpdates()
#5 /var/www/vhosts/rthshop.nl/httpdocs/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Model_App->_initModules()
#6 /var/www/vhosts/rthshop.nl/httpdocs/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 /var/www/vhosts/rthshop.nl/httpdocs/index.php(156): Mage::run('', 'store')
#8 {main}