To properly use arithmetic expressions, we need to wrap them in parantheses:
select case when p.name = 'Steve' then (p.id * 10) else p.id end from Person p order by p.id