You can trick MySQL to do this with another subselect
DELETE FROM sv_condition_sw
WHERE snow_mountain > (select * from (SELECT AVG(snow_mountain)+1.5*STDDEV(snow_mountain)
FROM sv_condition_sw
WHERE lud='2012-11-28'
AND res_id=769) x)
AND lud='2012-11-28' AND res_id=769