you should be using it like
where ',' + @customername + ',' LIKE '%,' + customername + ',%'
and pass values as
@customername = 'customer1,customer2,custome3,..'
another method is to use string parsing function like below
http://visakhm.blogspot.com/2010/02/parsing-delimited-string.html
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/