Código:
(select sum(cantidad) / 3 from sta20 where sta20.cod_articu=sta11.cod_articu and sta20.cod_deposi='02' and tipo_mov='S' and fecha_mov >= getdate()-90) / sta19.cant_stock as ConsumoEntreSaldo
Como comentó Flaviovich, si hay ceros en sta19.cant_stock ocurrirá un error.