You did not specify a condition for the Case statement

Code:
Set MarketingLabel = CASE MarketingLabel
    WHEN 'East' THEN 'East - 2'
    WHEN 'West' THEN 'West - 2'
    WHEN 'South' THEN 'South - 2'
    ELSE MarketingLabel